home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
bsd
/
sys
/
mach_swapon.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-15
|
341 b
|
22 lines
/*
* Copyright (c) 1989 NeXT, Inc.
* All rights reserved.
*/
/*
* mach_swapon.h
*
* Definitions for the mach_swapon system call.
*
* HISTORY
* 28-Feb-88 Peter King (king) at NeXT, Inc.
* Created
*/
#ifndef _MACH_SWAPON_H
#define _MACH_SWAPON_H
#define MS_PREFER 0x1 /* This device/file is preferred */
#endif _MACH_SWAPON_H